home *** CD-ROM | disk | FTP | other *** search
- global language
-
- on mouseEnter me
- cursor(280)
- set the memberNum of sprite 9 to the memberNum of sprite 9 + 1
- end
-
- on mouseLeave me
- cursor(-1)
- set the memberNum of sprite 9 to the memberNum of sprite 9 - 1
- end
-
- on mouseUp me
- language = 2
- go(1, "IntroMov")
- end
-